@charset "utf-8";

/*  head  */

.pc-nav {
    position: fixed;
    border-bottom: 1px solid #d9d4d4;
    padding-top: 30px;
    background-color: rgba(17, 23, 39, .1);
    /* height: 100px; */
    width: 100%;
    z-index: 99;
    transition: all linear 0.5s;
    cursor: pointer;
}

.pc-nav li {
    float: left;
}

.pc-nav li.pc-nav-tel {
    padding: 0 20px 0 58px;
    background: #bf342f url(../images/icon-tel.png) no-repeat 20px 14px;
    height: 53px;
    line-height: 53px;
    border-radius: 27px;
    font-size: 20px;
    color: #fff;
    margin-left: 40px;
}

.pc-nav li a {
    display: block;
    height: 69px;
    margin-right: 40px;
    font-size: 18px;
    color: #fff;
    padding-top: 16px;
}

.pc-nav li a:hover,
.pc-nav li a.active {
    border-bottom: 5px solid #bf342f;
}

.is-fixed {
    background-color: rgba(0, 0, 0, .7);
    /* padding: 15px; */
    transition: all linear 0.5s;
    /* height: auto; */
}

.pc-nav:hover {
    background-color: rgba(0, 0, 0, .7);
}


/*  foot   */

.foot {
    background-color: #0a0d17;
    padding: 90px 0 65px;
}

.foot-left {
    float: left;
}

.foot-left p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 32px;
    padding-left: 55px;
    width: 280px;
}

.foot-left .p1 {
    background: url(../images/i4.png) left center no-repeat;
}

.foot-left .p2 {
    background: url(../images/i5.png) left center no-repeat;
}

.foot-left .p3 {
    background: url(../images/i6.png) left center no-repeat;
}
.foot-left .qrcode-area{
	padding: 0 10px;
	display: inline-block;
	width: 150px;
	text-align: center;
    margin-left: 15px;
}
.foot-left .qrcode-area span{
	font-size: 12px;
	color: #fff;
    display: block;
    line-height: 24px;
}

.foot-right {
    float: right;
    display: flex;
}

.foot-right dl {
    margin-left: 80px;
    color: #fff;
}

.foot-right dt {
    font-size: 16px;
    margin-bottom: 25px;
}

.foot-right dd {
    line-height: 29px;
}

.foot-right dd a {
    font-size: 16px;
    color: #fff;
}

.bottom {
    background-color: #1e2330;
    padding: 26px 45px;
    font-size: 16px;
    color: #fff;
}

.bottom a,
.bottom span {
    color: #fff;
    margin-left: 40px;
}

.bottom .go-top img {
    margin-left: 18px;
    cursor: pointer;
}


/*   index   */

.title h2 {
    font-size: 60px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.title h3 {
    font-size: 40px;
    color: #000;
}

.title p {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}

.title .title-line {
    display: inline-block;
    height: 7px;
    width: 47px;
    background-color: #bb271a;
    margin-top: 15px;
}

.more {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    width: 150px;
    background-color: #bf342f;
    font-size: 14px;
    color: #fff;
    border-radius: 27px;
}

.slide-img {
    display: block;
    overflow: hidden;
    transition: all linear 0.5s;
}

.item1 {
    padding: 80px 0;
    background: url(../images/pro-bg.jpg) top center repeat-y;
}

.item1-left {
    width: 28%;
    float: left;
}

.pro-index-title h3 {
    font-size: 24px;
    color: #fff;
}

.pro-index-title h1 {
    font-size: 66px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
}

.pro-index-title .line {
    width: 92px;
    height: 4px;
    background-color: #bf342f;
    display: block;
    margin-bottom: 35px;
}

.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 246px;
    height: 46px;
    line-height: 42px;
    display: block;
    border-radius: 21px;
    background: none;
    border: 2px solid #3f5289;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    padding-left: 15px;
    outline: none;
}

.swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bf342f;
    border: 2px solid #bf342f;
}

.item1-right {
    width: 72%;
    float: left;
}

.swiper-slide-left {
    float: left;
    width: 640px;
    padding-top: 50px;
}

.swiper-slide-left h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}

.swiper-slide-right {
    float: right;
    width: 194px;
}

.swiper-slide-right li {
    margin-bottom: 15px;
}

.swiper-slide-right h2 {
    font-size: 16px;
    color: #fffefe;
    margin-top: 10px;
  line-height: 1.8rem;
}

.swiper-slide-right .more {
    border: 1px solid #fff;
    background: none;
    margin-top: 20px;
}

.item1-right .swiper-slide .line {
    display: block;
    width: 14px;
    height: 4px;
    background-color: #ddd;
    margin-top: 10px;
}

.item2 {
    padding: 120px 0 120px;
    background: url(../images/about-bg.jpg) bottom center no-repeat;
}

.item2 .about-title {
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}

.item2 .arc {
    font-size: 20px;
    color: #888;
    line-height: 30px;
    margin: 25px 0;
}

.item3 a {
    display: block;
    background-color: #fafafa;
}

.item3 a:hover {
    background-color: #fff;
}

.item3 .swiper-name {
    height: 190px;
    padding: 30px 50px 0;
    border: 1px solid #e5e5e5;
}

.swiper-name h4 {
    font-size: 16px;
    color: #bf342f;
    margin-bottom: 15px;
}

.swiper-name h2 {
    font-size: 20px;
    color: #333;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 18px;
}

.swiper-name .time {
    font-size: 16px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.item3 .swiper-button-prev,
.item3 .swiper-button-next {
    width: 53px;
    height: 53px;
    top: 40%;
}

.item3 .swiper-button-prev {
    background: url(../images/btn-left.png) center center no-repeat;
    left: 60px;
}

.item3 .swiper-button-next {
    background: url(../images/btn-right.png) center center no-repeat;
    right: 60px;
}
.swiper-button-prev,.swiper-button-next{
    outline: none;
}

.item4 {
    padding: 80px 0 70px;
    background-color: #f3f3f3;
}

.news-list {
    margin-top: 45px;
}

.news-list li {
    margin-bottom: 40px;
}

.news-list li:nth-child(odd) {
    padding-left: 0;
    padding-right: 30px;
}

.news-list li:nth-child(even) {
    padding-left: 30px;
    padding-right: 0;
}

.news-list li a,
.item5-detail {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-list li .news-list-left,
.news-list li .news-list-left img {
    width: 213px;
    height: 142px;
}

.news-list li .news-list-right {
    flex: 1;
    margin-left: 30px;
}

.news-list-right h2,
.content-right .content-right-news li h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-list-right span,
.content-right .content-right-news li span {
    font-size: 16px;
    font-weight: bold;
    color: #121d90;
    font-family: Arial, Helvetica, sans-serif;
}

.news-list-right .arc,
.content-right .content-right-news li .arc {
    font-size: 16px;
    color: #888;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.item5 {
    padding: 75px 0;
    background-color: #121828;
}

.item5 li:last-child .item5-detail {
    border-right: none;
}

.item5-detail {
    border-right: 1px solid #3f4451;
    padding: 25px 0;
}

.item5-detail-right {
    flex: 1;
    padding-left: 17px;
}

.item5-detail-right h2 {
    font-size: 24px;
    color: #fff;
}

.item5-detail-right h3 {
    font-size: 18px;
    color: #c5c5c5;
    line-height: 21px;
    margin-top: 13px;
}

.item3 a img,
.news-list li img,
.case-list li img {
    display: block;
    transition: all linear 0.5s;
}

.item3 a:hover img,
.news-list li:hover img,
.case-list li:hover img {
    transform: scale(1.1);
    transition: all linear 0.5s;
}


/*   单页   */

.inner-banner img {
    display: block;
    width: 100%
}

.inner-box {
    margin-top: 45px;
}

.location {
    padding-top: 15px;
}

.location,
.location a {
    font-size: 14px;
    color: #888;
}

.location span {
    color: #aaa;
}

.inner-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .44);
}

.inner-nav .nav>li>a {
    padding: 0;
    background: none;
    font-size: 18px;
    color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background: none;
}

.inner-nav ul {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}

.inner-nav ul li {
    display: flex;
    width: 11.11%;
    flex: 1;
    height: 90px;
    text-align: center;
    border-right: 1px solid #4c5f91;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.inner-nav .nav-stacked>li+li {
    margin: 0;
}

.inner-nav ul li a {
    display: block;
}

.inner-nav li span {
    display: inline-block;
    width: 125px;
    text-align: left;
}

.inner-nav ul li:hover,
.inner-nav ul li.active {
    background-color: #bf342f;
}

.inner-nav.inner-fixed {
    position: fixed;
    top: 100px;
    bottom: auto;
    z-index: 999;
    background-color: rgba(0, 0, 0, .7);
}

.content {
    padding: 50px 0;
}

.inner-title {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 20px;
}

.about-right p {
    font-size: 16px;
    color: #333;
    line-height: 27px;
    margin-top: 30px;
}

.q-list li {
    margin-bottom: 30px;
}

.contact {
    padding: 45px 0;
}

.contact-list {
    width: 825px;
    margin: 25px auto;
    padding: 20px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 100%;
}

.contact-list img {
    margin-right: 15px;
}

.contact p {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}


/*  列表  */

.bg-o {
    background-color: #f5f5f5;
}

.location-o {
    padding: 15px 0;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #ddd;
}

.location-o a {
    color: #888;
}

.case-list {
    margin-top: 30px;
}

.case-list li {
    margin-bottom: 40px;
}

.case-list li .case-img {
    width: 429px;
    height: 468px;
    margin: 0 auto;
    background-color: #fff;
}

.case-list li a {
    display: block;
    padding-bottom: 15px;
}

.case-list li h2 {
    font-size: 24px;
    color: #333;
    margin-top: 25px;
}

.case-list li .line {
    display: inline-block;
    width: 14px;
    height: 4px;
    background-color: #bf342f;
    margin-top: 12px;
}

.case-list li p {
    font-size: 16px;
    color: #888;
    line-height: 20px;
    margin-top: 13px;
    padding: 0 15px;
}

.case-list li:hover h2 {
    font-weight: bold;
}

.news-list.inner-news li {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-list li .news-list-right {
    margin-left: 50px;
}

.pro-title {
    font-size: 30px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    background-color: #253b79;
}

.pro .content {
    padding: 20px 0;
}

.pro .section-content:nth-child(even) {
    background-color: #f5f5f5;
}

.pro .section-content:nth-child(odd) {
    background-color: #ededed;
}

.pro .location {
    background-color: #f5f5f5;
}


/*  详情页   */

.inner-content {
    background-color: #fff;
    margin-top: 30px;
}

.content-left {
    float: left;
    width: 1000px;
    padding: 45px 30px 0 40px;
    border-right: 1px solid #f3f3f3;
}

.content-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.inner-arc {
    font-size: 16px;
    color: #555;
    line-height: 25px;
    /* padding: 35px 0; */
}

.inner-page {
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
}

.inner-page a {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 25px;
}

.inner-page a:hover {
    color: #aaa;
}

.content-right {
    float: right;
    width: 400px;
    border-left: 1px solid #f3f3f3;
    margin-left: -1px;
    padding: 0 45px;
}

.content-right h1 {
    font-size: 18px;
    color: #bb271a;
    margin: 46px 0 38px;
    background: url(../images/i7.png) right center no-repeat;
}

.content-right li {
    margin-bottom: 25px;
}

.content-right li h2 {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    padding: 0 4px;
}

.content-right li .line {
    display: block;
    width: 14px;
    height: 4px;
    background-color: #bf342f;
    margin: 15px 0 0 4px;
}

.content-right .content-right-news li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

@media (min-width: 1600px) {
    .container-box {
        width: 1600px;
        margin: 0 auto;
        clear: both;
    }
}

@media (max-width: 1600px) {
    .container-box {
        width: 100%;
        padding: 0 8%;
    }
    .pc-nav li a {
        margin-right: 20px;
    }
}

@media (max-width: 1400px) {
    .container {
        width: 100%;
    }
    .foot-right dl {
        margin-left: 20px;
    }
    .inner-nav.inner-fixed {
        right: 0;
        width: auto;
    }
    .inner-nav.inner-fixed ul {
        display: block;
    }
    .inner-nav.inner-fixed ul li {
        height: auto;
        padding: 15px;
        border-bottom: 1px solid #4c5f91;
    }
    .item1-left, .item1-right {
      padding: 0 15px;
    }
}

@media (min-width:1270px) and (max-width: 1900px)  {
    .container {
        zoom: 0.8;
        padding-left: 0;
        padding-right: 0;
    }
    .container-box, .bottom, .inner-nav {
      zoom: 0.8;
    }
}

@media (max-width:1270px) {
    .inner-nav {
        position: fixed;
        right: 0;
        width: auto;
        z-index: 999;
        top: 10%;
        bottom: auto;
    }
    .inner-nav ul {
        display: block;
    }
    .inner-nav ul li {
        height: auto;
        line-height: 200%;
        padding: 15px;
        border-bottom: 1px solid #4c5f91;
    }
    .inner-nav .nav>li>a {
        font-size: 18px;
    }
    .inner-nav li span {
        width: 90px;
        line-height: 100%;
        padding-top: 7px;
    }
    .bottom {
        padding: 15px 15px 12vw;
    }
    .content-left,
    .content-right {
        padding: 15px;
    }
    .item5,
    .item5-detail,
    .foot,
    .content,
    .pro-title,
    .inner-arc,
    .contact,
    .item4,
    .item2,
    .item1 {
        padding: 15px 0;
    }
    .contact-list {
        padding: 0;
    }
    .news-list li:nth-child(even) {
        padding-left: 0;
    }
    .news-list li:nth-child(odd) {
        padding-right: 0;
    }
    .inner-box,
    .about-right p,
    .case-list li h2,
    .contact-list div,
    .news-list {
        margin-top: 15px;
    }
    .foot-left p,
    .q-list li,
    .case-list li {
        margin-bottom: 15px;
    }
    .bottom span,
    .bottom a,
    .about-right p,
    .pro-title {
        line-height: 160%;
    }
    .content-left,
    .content-right,
    .contact-list {
        width: 100%;
    }
    .pro-title {
        height: auto;
    }
    .item5-detail {
        border: none;
    }
    .item5-detail img {
        width: 55px;
        height: 55px;
    }
    .title h2 {
        font-size: 32px;
    }
	.pro-index-title h1 {
        font-size: 7vw;
        margin: 4vw 0;
	}
    .title h3 {
        font-size: 28px;
    }
    .item5-detail-right h2,
    .contact-list {
        font-size: 20px;
    }
    .pro-title,
    .item2 .about-title {
        font-size: 16px;
    }
	.item2 .arc {
    font-size: 14px;
    color: #888;
    line-height: 26px;
    margin: 25px 10px;
}
    .item3 .swiper-name{
        padding: 5vw 5vw 0;
    }
.item3 .swiper-button-prev {
    background: url(../images/btn-left.png) center center no-repeat;
    left: 0px;
}
.item3 .swiper-button-next {
    background: url(../images/btn-right.png) center center no-repeat;
    right: 0px;
}
.item3 .swiper-button-prev,
.item3 .swiper-button-next {
    width: 30px;
    height: 30px;
}
    .case-list li h2 {
        font-size: 16px;
    }
    .item5-detail-right h3,
    .bottom span,
    .bottom a,
    .about-right p,
    .case-list li p,
    .foot-left p,
    .contact p {
        font-size: 14px;
    }
    .bottom span,
    .bottom a {
        display: block;
        margin-left: 0;
        width: 100%;
    }
    .case-list li .case-img {
        width: 100%;
        height: auto;
    }
    .contact-list img {
        width: 33px;
        height: 33px;
    }
    .news-list-right .arc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .swiper-banner .swiper-pagination {
        bottom: 10px !important;
    }
    .more {
        height: 40px;
        line-height: 40px;
    }
    .item1-right,
    .item1-left {
        width: 100%;
    }
    /* .item1-left .swiper-pagination1.swiper-pagination-clickable {
      width: 50%;
    } */
    .pro-index-title .line{
        margin-bottom: 5vw;
    }
    .item1-left .swiper-pagination1.swiper-pagination-clickable .swiper-pagination-bullet {
        float: left;
        height: auto;
        font-size: 14px;
        padding: 5px;
        outline: none;
        width: 43vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        line-height: 4vw;
        margin-bottom: 1.5vw;
    }
}

@media (max-width: 1000px) {
    .swiper-slide-left,
    .swiper-slide-right {
        width: 100%;
        padding-top: 15px;
        float: none;
    }
    .swiper-slide-right li {
        width: 33.33%;
        float: left;
        padding: 0 5px;
    }
    .swiper-slide-right h2 {
        font-size: 12px;
    }
    /* .item1-left .swiper-pagination1.swiper-pagination-clickable {
      width: 100%;
    } */
}

@media (max-width: 768px) {
    .inner-nav,
    .inner-nav.inner-fixed {
        position: fixed;
        right: 0;
        width: auto;
        z-index: 999;
        top: 10%;
        bottom: auto;
    }
    .inner-nav ul {
        display: block;
    }
    .inner-nav ul li {
        height: auto;
        line-height: 200%;
        padding: 0 15px;
        border-bottom: 1px solid #4c5f91;
    }
    .inner-nav .nav>li>a {
        font-size: 14px;
    }
    #map1 {
        height: 500px !important;
    }
    .news-list li .news-list-left,
    .news-list li .news-list-left img {
        width: 100%;
        height: auto;
    }
    .news-list li a {
        display: block;
    }
    .news-list li .news-list-right {
        margin-left: 0;
        margin-top: 15px;
        padding: 0 4vw;
    }
    .foot-left .qrcode-area{
        width:35vw;
    }
}


/*  banner   */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    text-align: left;
    bottom: 80px !important;
}

.swiper-banner .swiper-pagination-bullet {
    width: 71px;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    color: #fffefe;
    opacity: 1;
    background-color: #878886;
    border-radius: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
    outline: none;
}

.swiper-banner .swiper-pagination-bullet-active {
    color: #fff;
    background: #bf342f;
}
